runtime.fixalloc.free (method)
12 uses
runtime (current package)
malloc.go#L674: h.arenaHintAlloc.free(unsafe.Pointer(hint))
mcache.go#L117: mheap_.cachealloc.free(unsafe.Pointer(c))
mfixalloc.go#L106: func (f *fixalloc) free(p unsafe.Pointer) {
mgc.go#L1784: mheap_.specialReachableAlloc.free(unsafe.Pointer(s))
mheap.go#L1155: h.spanalloc.free(unsafe.Pointer(s))
mheap.go#L1975: mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
mheap.go#L1987: mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
mheap.go#L2060: mheap_.specialfinalizeralloc.free(unsafe.Pointer(sf))
mheap.go#L2066: mheap_.specialprofilealloc.free(unsafe.Pointer(sp))
mheap.go#L2074: mheap_.specialPinCounterAlloc.free(unsafe.Pointer(s))
pinner.go#L357: mheap_.specialPinCounterAlloc.free(unsafe.Pointer(counter))
proc.go#L5141: mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |